sunxi: emac: Rename DMA_CPU_TRRESHOLD to EMAC_RX_BUFSIZE
authorHans de Goede <[email protected]>
Sat, 25 Apr 2015 11:46:28 +0000 (13:46 +0200)
committerHans de Goede <[email protected]>
Mon, 4 May 2015 14:51:53 +0000 (16:51 +0200)
commitd88c2f114970ab5153f39901324b9983d227f618
tree2f83a86c804caf0e53e83d56f6cc426dbc134bc5
parentf9f62d2dac076de247461155f62906e0104259b0
sunxi: emac: Rename DMA_CPU_TRRESHOLD to EMAC_RX_BUFSIZE

Besides being spelled wrong, the DMA_CPU_TRRESHOLD define actually has
nothing to do with DMA as we only use mmio fifo access. Rename it to
EMAC_RX_BUFSIZE to properly reflect what it does.

Signed-off-by: Hans de Goede <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
drivers/net/sunxi_emac.c